home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / disks / 651_700 / 663 / mathplot / installlibs < prev    next >
Text File  |  1994-01-01  |  216b  |  10 lines

  1. echo "You need mtool.library in LIBS:*N"
  2.  
  3. if exists libs:mtool.library
  4.  echo "Found version:"
  5.  version mtool.library
  6. else
  7.  echo "I'll install the library for you !"
  8.  copy mtool.library to libs:
  9. endif
  10. echo "*NReady !"